home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
strategy
/
xpuzzles.3
/
xpuzzles
/
xpuzzles-5.3.1
/
xoct
/
make.com
< prev
next >
Wrap
Text File
|
1996-02-05
|
519b
|
28 lines
$ set verify
$! cc="CC/STANDAR=VAXC"
$ if p1.eqs."DEBUG" .or. p2.eqs."DEBUG"
$ then
$! cc=="CC/DEB/NOOPT/STANDAR=VAXC"
$ cc=="CC/DEB/NOOPT"
$ link=="LINK/DEB"
$ endif
$ if p1.nes."LINK"
$ then
$ define sys sys$library
$!
$ cc rngs.c
$ cc Oct.c
$ cc OctU.c
$ cc xoct.c
$ endif
$!
$ link/map xoct,Oct,OctU,rngs,-
sys$library:vaxcrtl/lib,-
sys$library:ucx$ipc/lib,-
sys$input/opt
sys$share:decw$dxmlibshr/share
sys$share:decw$xlibshr/share
$! sys$library:ucx$ipc_shr/share
$ set noverify
$ exit